DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomImage Class / AddByReference Method / AddByReference(Keyword,Byte[]) Method
Attribute tag to add
Attribute value as byte array



    AddByReference(Keyword,Byte[]) Method
    Add byte[] as attribute value to avoid copying large data
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddByReference( _
       ByVal keyword As Keyword, _
       ByVal Value() As Byte _
    ) 
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim keyword As Keyword
    Dim Value() As Byte
     
    instance.AddByReference(keyword, Value)

    Parameters

    keyword
    Attribute tag to add
    Value
    Attribute value as byte array
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also